object JvDualListForm: TJvDualListForm Left = 198 Top = 100 ActiveControl = SrcList BorderIcons = [] BorderStyle = bsSingle ClientHeight = 269 ClientWidth = 394 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter Scaled = False OnActivate = ListClick OnCreate = FormCreate OnShow = ListClick PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 7 Width = 384 Height = 224 ParentShowHint = False ShowHint = True end object SrcLabel: TLabel Left = 12 Top = 12 Width = 3 Height = 13 end object DstLabel: TLabel Left = 216 Top = 12 Width = 3 Height = 13 end object SrcList: TJvListBox Left = 12 Top = 30 Width = 164 Height = 194 DragMode = dmAutomatic ItemHeight = 13 Background.FillMode = bfmTile Background.Visible = False MultiSelect = True ParentShowHint = False ShowHint = True Sorted = True TabOrder = 0 OnClick = ListClick OnDblClick = IncBtnClick OnDragDrop = SrcListDragDrop OnDragOver = SrcListDragOver OnKeyDown = SrcListKeyDown end object DstList: TJvListBox Left = 216 Top = 30 Width = 164 Height = 194 DragMode = dmAutomatic ItemHeight = 13 Background.FillMode = bfmTile Background.Visible = False MultiSelect = True ParentShowHint = False ShowHint = True Sorted = True TabOrder = 5 OnClick = ListClick OnDblClick = ExclBtnClick OnDragDrop = DstListDragDrop OnDragOver = DstListDragOver OnKeyDown = DstListKeyDown end object IncBtn: TButton Left = 183 Top = 32 Width = 26 Height = 26 Caption = '>' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = IncBtnClick end object IncAllBtn: TButton Left = 183 Top = 64 Width = 26 Height = 26 Caption = '>>' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 2 OnClick = IncAllBtnClick end object ExclBtn: TButton Left = 183 Top = 97 Width = 26 Height = 26 Caption = '<' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 3 OnClick = ExclBtnClick end object ExclAllBtn: TButton Left = 183 Top = 129 Width = 26 Height = 26 Caption = '<<' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False TabOrder = 4 OnClick = ExclAllBtnClick end object OkBtn: TButton Left = 130 Top = 239 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 6 end object CancelBtn: TButton Left = 213 Top = 239 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 7 end object HelpBtn: TButton Left = 310 Top = 239 Width = 77 Height = 25 Caption = 'Help' TabOrder = 8 OnClick = HelpBtnClick end end